﻿.title {
	height: 85px;
	line-height: 85px;
	padding: 0 10px;
	border-bottom: 1px dashed #e5e5e5;
	box-sizing: border-box;
}
.title h2 {
	position: relative;
	width: 295px;
	height: 85px;
	line-height: 85px;
	font-weight: normal;
	font-size: 34px;
	color: #242424;
	padding-left: 18px;
}
.title h2:before {
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 4px;
	height: 34px;
	background: #ff9d00;
}
.title h2 a {
	position: absolute;
	top: 0;
	right: 25%;
	bottom: 0;
	margin: auto;
	font-size: 15px;
	padding-top: 4px;
}
.title h2 a:hover {
	text-decoration: underline;
}
.title p {
	position: relative;
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin-right: 45px;
	cursor: pointer;
}
.title p:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35%;
	margin: auto;
	content: '';
	width: 100%;
	height: 2px;
	background: #ff9d00;
	transform: scale(0);
	transition: .2s;
	transform-origin: top;
}
.title p:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15%;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #ff9d00 transparent transparent transparent;
	transform: scale(0);
	transition: .2s;
	transform-origin: top;
}
.title .demo-active {
	color: #ff9d00;
}
.title .demo-active:before {
	bottom: 30%;
	transform: scale(1);
} 
.title .demo-active:after {
	bottom: 23%;
	transform: scale(1);
} 

.school-order,
.school-active,
.school-major,
.school-own {
	margin: 20px auto;
	background: #fff;
}

.center .content {
	position: relative;
	padding: 0 15px 15px;
	overflow: hidden;
}

.school-order .content {
	height: 628px;
}
.school-order .content ul {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	transform: scale(0);
	padding: 0 15px;
	box-sizing: border-box;
/*	display: none;*/
}
.school-order .content ul:first-child {
	transform: scale(1);
}
.school-order .content li {
	width: 280px;
	height: auto;
	margin-top: 15px;
	transition: .5s;
}
.school-order .content li:hover {
	margin-top: 10px;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.school-order .content li:hover .picture>img {
	transform: scale(1.1);
}
.school-order .content li:hover .text {
	background: #fff;
	padding-bottom: 15px;
}
.school-order .content li .picture {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.school-order .content li .picture>img {
	width: 100%;
	transition: .5s;
}
.school-order .content li .picture p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.6);
}
.school-order .content li .picture p img {
	margin: 1px 5px 0 0;
	width: 32px;
}
.school-order .content li .text {
	font-family: '宋体';
	padding: 15px 15px 20px;
	background: #f5f7f9;
	border-radius: 0 0 5px 5px;
}
.school-order .content li .text p {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.school-order .content li .text p i {
	font-style: normal;
	color: #ff0101;
}
.school-order .content li .text .butt {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.school-order .content li .text .butt a {
	border-radius: 5px;
	width: 40%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
	transition: .2s;
}
.school-order .content li .text .butt a:first-child {
	background: #ffeac0;
	color: #c67c05;
}
.school-order .content li .text .butt a:last-child {
	color: #5a5a5b;
	border: 1px solid #f1cc82;
}
.school-order .content li .text .butt a:first-child:hover {
	background: #ff9d00;
	color: #fff;
}
.school-order .content li .text .butt a:last-child:hover {
	border: 1px solid #ff9d00;
	color: #ff9d00;
}

.school-active .content {
	padding-top: 15px;
}
.school-active .content .online-sign {
	width: 300px;
}
.school-active .content .online-sign>img {
	width: 100%;
}
.school-active .content .online-sign ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.school-active .content .online-sign ul li {
	display: flex;
	justify-content: space-between;
	width: 48.5%;
	height: 55px;
	background: #f5f7f9;
	margin-top: 10px;
}
.school-active .content .online-sign ul li b {
	line-height: 55px;
	font-size: 35px;
	color: #d6d8d9;
	padding-left: 8px;
}
.school-active .content .online-sign ul li p {
	text-align: center;
	font-family: '宋体';
	font-size: 13px;
	color: #6a6b6b;
	padding-top: 11px; 
	line-height: 16px;
}
.school-active .content .online-sign ul li img {
	margin-top: 8px;
}
.school-active .content .online-sign form input {
	width: 100%;
	height: 40px;
	border: 1px solid #e4e5e5;
	box-sizing: border-box;
	padding: 0;
	padding-left: 48px;
	margin-top: 11px;
	font-family: '宋体';
	color: #8c8a8a;
	outline: none;
}
.school-active .content .online-sign form input:nth-child(1) {
	background: url(../images/home_76.png) no-repeat 10px 5px;
}
.school-active .content .online-sign form input:nth-child(2) {
	background: url(../images/home_80.png) no-repeat 10px center;
}
.school-active .content .online-sign form input:nth-child(3) {
	background: url(../images/home_84.png) no-repeat 10px center;
}
.school-active .content .online-sign form p {
	text-align: center;
	color: #3b3a3a;
	font-family: '宋体';
	margin: 20px 0 10px;
	font-size: 13px;
}
.school-active .content .online-sign form p span {
	color: #fe0000;
}
.school-active .content .online-sign form button {
	width: 100%;
	height: 43px;
	font-size: 16px;
	color: #fff;
	background: #ff9d00;
	outline: none;
	border: none;
	cursor: pointer;
}
.school-active .content .online-sign form button:hover {
	background: #ffb23a;
}
.school-active .content .demo {
	position: relative;
	width: 550px;
	height: 446px;
	overflow: hidden;
	margin-left: 10px;
}
.school-active .content .demo>div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(0);
}
.school-active .content .demo>div:first-child {
	transform: scale(1);
}
.school-active .content .demo a:hover {
	text-decoration: underline;
	color: #ff9d00;
}
.school-active .content .demo .details {
	padding: 0 5px;
}
.school-active .content .demo .details p:first-child a {
	display: block;
	color: #ff9d00;
	font-weight: normal;
	padding: 14px 0 5px;
	font-size: 18px;
}
.school-active .content .demo .details p:last-child {
	height: 48px;
	line-height: 25px;
	font-size: 13px;
	color: #737373;
	letter-spacing: 1px;
}
.school-active .content .demo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 12px;
	padding: 0 5px;
	box-sizing: border-box;
}
.school-active .content .demo ul li {
	position: relative;
	width: 48%;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.school-active .content .demo ul li a {
	font-size: 14px;
	color: #242323;
}
.school-active .content .demo ul li a:hover {
	text-decoration: none;
	color: #ff9d00;
}
.school-active .content .demo ul li:before {
	content: '◆';
	color: #828080;
}
.school-active .content .demo ul li:hover:before {
	color: #ff9d00;
}
.school-active .content .all-school-leader {
	width: 300px;
	height: 452px;
	background: #f5f7f9;
}
.school-active .content .all-school-leader h3 {
	font-weight: normal;
	font-size: 25px;
	color: #000;
	margin-top: 25px;
	padding-left: 95px;
	background: url(../images/home_55.png) no-repeat 55px center;
}
.school-active .content .all-school-leader .sl-title {
	display: flex;
	justify-content: space-between;
	width: 270px;
	height: 33px;
	line-height: 33px;
	margin: 20px auto 15px;
	border: 2px solid #ff9d00;
}
.school-active .content .all-school-leader .sl-title p {
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.school-active .content .all-school-leader .sl-title p+p {
	border-left: 2px solid #ff9d00;
}
.school-active .content .all-school-leader .sl-title .checked {
	background: #ff9d00;
	color: #fff;
}
.school-active .content .all-school-leader .sl-cont {
	position: relative;
	width: 230px;
	height: 300px;
	margin: auto;
	overflow: hidden;
}
.school-active .content .all-school-leader ul {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	width: 920px;
	transition: .2s;
}
.school-active .content .all-school-leader ul li {
	width: 230px;
	float: left;
}
.school-active .content .all-school-leader ul p {
	position: relative;
	font-family: '宋体';
	line-height: 30px;
}
.school-active .content .all-school-leader ul a {
	color: #242323;
	padding-left: 35px;
}
.school-active .content .all-school-leader ul a:hover {
	text-decoration: underline;
}
.school-active .content .all-school-leader ul span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #b8b9ba;
	border-radius: 5px;
	font-size: 14px;
}
.school-active .content .all-school-leader ul p:nth-child(1) span {
	background: #ff9d00;
}
.school-active .content .all-school-leader ul p:nth-child(2) span {
	background: #fac775;
}
.school-active .content .all-school-leader ul p:nth-child(3) span {
	background: #fad8a2;
}

.school-major .search-school-major {
	width: 300px;
	height: auto;
}
.school-major .search-school-major .s-s-m-form,
.school-major .search-school-major .s-s-m-leadr {
	background: ;
	padding: 15px 10px;
	margin-top: 15px;
}
.school-major .search-school-major .s-s-m-form .s-s-m-f-title {
	position: relative;
}
.school-major .search-school-major .s-s-m-form .s-s-m-f-title:before {
	position: absolute;
	top: 0;
	left: 27.5%;
	content: '|';
	font-size: 17px;
	color: #d5d5d5;
}
.school-major .search-school-major .s-s-m-form .s-s-m-f-title p {
	font-family: '宋体';
	font-size: 22px;
	font-weight: normal;
	margin-right: 25px;
	color: #989898;
	cursor: pointer;
}
.school-major .search-school-major .s-s-m-form .s-s-m-f-title .checked {
	color: #ff9d00;
}
.school-major .search-school-major .s-s-m-form .s-s-m-f-title p:last-child {
	font-family: '宋体';
	font-size: 13px;
	margin-top: 5px;
	color: #6e6e6e;
}
.school-major .search-school-major .s-s-m-form form {
	display: none;
}
.school-major .search-school-major .s-s-m-form .checked {
	display: block;
}
.school-major .search-school-major .s-s-m-form form .inp {
	width: 48%;
	height: 32px;
	border: 1px solid #ff9d00;
	box-sizing: border-box;
	margin-top: 4%;
}
.school-major .search-school-major .s-s-m-form form .inp:nth-child(3) {
	width: 100%;
}
.school-major .search-school-major .s-s-m-form form label {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-left: 10px;
	font-family: '宋体';
}
.school-major .search-school-major .s-s-m-form form select {
	float: right;
	width: 100%;
	height: 32px;
	background: none;
	border: none;
	outline: none;
	font-size: 14px;
	padding-left: 5px;
	box-sizing: border-box;
}
.school-major .search-school-major .s-s-m-form form button {
	margin-top: 4%;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 35px;
	color: #fff;
	background: #ff9d00;
	font-size: 16px;
}
.school-major .search-school-major .s-s-m-form form button:hover {
	background: #fdaa24;
}
.school-major .search-school-major .s-s-m-leadr>p {
	padding: 5px 0;
	font-weight: normal;
	font-size: 24px;
	color: #f9d000;
	text-align: center;
	background: url(../images/home_90.png) no-repeat 20% center;
}
.school-major .search-school-major .s-s-m-leadr ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8px;
	border-top: 1px solid #d2d4d6;
	padding: 20px 0 5px;
}
.school-major .search-school-major .s-s-m-leadr ul:before {
	position: absolute;
	top: 57%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 67%;
	height: 1px;
	background: #dee0e2;
}
.school-major .search-school-major .s-s-m-leadr ul li {
	width: 33.33%;
	height: auto;
	box-sizing: border-box;
	text-align: center;
}
.school-major .search-school-major .s-s-m-leadr ul li+li {
	border-left: 1px solid #dee0e2;
}
.school-major .search-school-major .s-s-m-leadr ul li:nth-child(1),
.school-major .search-school-major .s-s-m-leadr ul li:nth-child(2),
.school-major .search-school-major .s-s-m-leadr ul li:nth-child(3){
	padding-bottom: 20px;
}
.school-major .search-school-major .s-s-m-leadr ul li:nth-child(4) {
	border: none;
}
.school-major .search-school-major .s-s-m-leadr ul li:hover p {
	color: #ff9d00;
}
.school-major .search-school-major .s-s-m-leadr ul li p {
	font-family: '宋体';
	font-size: 15px;
	color: #727070;
	padding-top: 5px;
}
.school-major .demo {
	position: relative;
	width: 860px;
	height: 472px;
	overflow: hidden;
	margin-top: 15px;
}
.school-major .demo .cont {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: scale(0);
}
.school-major .demo .cont:first-child {
	transform: scale(1);
}
.school-major .demo .cont .text {
	width: 48%;
	min-height: 210px;
}
.school-major .demo .cont .text p {
	display: flex;
	justify-content: space-between;
	font-family: '黑体';
	font-size: 22px;
	border-left: 4px solid #ff9d00;
	padding-left: 5px;
	margin-bottom: 10px;
}
.school-major .demo .cont .text p a {
	font-weight: normal;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #585858;
}
.school-major .demo .cont .text p a:hover {
	text-decoration: underline;
}
.school-major .demo .cont .text li {
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
}
.school-major  .demo .cont .text li:before  {
	content: '◆';
	float: left;
	color: #828080;
}

.school-major .demo .cont .text li:after {
	content: '';
	display: block;
	clear: both;
}
.school-major .demo .cont .text li a {
	float: left;
	display: block;
    font-size: 14px;
    color: #242323;
    width: 80%;
    padding-left: 5px;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-major .demo .cont .text li a:hover {
	color: #ff9d00;
}
.school-major .demo .cont .text li:hover:before {
	color: #ff9d00;
}
.school-major .demo .cont .text li span {
	float: right;
    font-size: 12px;
}
.school-major .demo .cont>div {
	justify-content: space-between;
	width: 412px;
	height: auto;
}
.school-major .demo .cont>div p {
	display: flex;
	justify-content: space-between;
	font-family: '黑体';
	font-size: 22px;
	border-left: 4px solid #ff9d00;
	padding-left: 5px;
	margin-bottom: 10px;
}
.school-major .demo .cont>div p a {
	font-weight: normal;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #585858;
}
.school-major .demo .cont>div p a:hover {
	text-decoration: underline;
}
.school-major .demo .cont>div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.school-major .demo .cont>div ul li {
	width: 48%;
}
.school-major .demo .cont>div ul li>div {
	display: flex;
	height: 32px;
	line-height: 32px;
	margin-top: 20px;
}
.school-major .demo .cont>div ul li span {
	font-size: 22px;
	font-weight: bold;
	color: #bbb;
}
.school-major .demo .cont>div ul li:first-child>div:nth-child(1) span {
	color: #F54545;
}
.school-major .demo .cont>div ul li:first-child>div:nth-child(2) span {
	color: #FF944B;
}
.school-major .demo .cont>div ul li:first-child>div:nth-child(3) span {
	color: #FFC637;
}
.school-major .demo .cont>div ul li img {
	height: 32px;
	margin: 0 8px 0 6px;
}
.school-major .demo .cont>div ul li a:last-child {
	display: block;
	width: 70%;  
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-major .demo .cont>div ul li a:last-child:hover {
	color: #ff9d00;
}
.school-major .demo .cont .picture {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding: 5px;
}
.school-major .demo .cont .picture li {
	width: 28.5%;
	transition: .5s;

}
.picture li{height:226px;}
.school-major .demo .cont .picture li>div:first-child {
	overflow: hidden;
	border-radius: 5px;
}
.school-major .demo .cont  {
	width: 100%;
	border-radius: 5px;
	transition: .5s;
}
.picture li img{
	width: 160px;
	height:120px;
	border-radius: 5px;
	transition: .5s;
	margin-bottom:5px;
	text-align:center;
}
.school-major .demo .cont .picture li .p-text {
	height: 98px;
	text-align: center;
	background: #f5f7f9;
	border-radius: 0 0 5px 5px;
}
.school-major .demo .cont .picture li .p-text p {
	font-weight: normal;
	font-family: '宋体';
	font-size: 14px;
	padding: 15px 0 20px;
}
.school-major .demo .cont .picture li .p-text a {
    background: #ffeac0;
    color: #c67c05;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 10px;
}
.school-major .demo .cont .picture li .p-text a:hover {
    background: #ff9d00;
    color: #fff;
}
.school-major .demo .cont .picture li:hover {
	margin-top: -5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.school-major .demo .cont .picture li:hover img {
	transform: scale(1.05);
}


.school-own .content {
	margin-top: 15px;
}
.school-own .content .fl {
	width: 408px;
	height: 252px;
	padding: 25px;
	box-sizing: border-box;
}
.school-own .content .fl img {
	width: 100%;
}
.school-own .content .demo {
	position: relative;
	width: 752px;
}
.school-own .demo .cont {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: scale(0);
	width: 100%;
}
.school-own .demo .cont:first-child {
	transform: scale(1);
}
.school-own .demo .cont .text {
	width: 48%;

}
.school-own .demo .cont .text>p {
	display: flex;
	justify-content: space-between;
	font-family: '黑体';
	font-size: 22px;
	border-left: 4px solid #ff9d00;
	padding-left: 5px;
	margin-bottom: 10px;
}
.school-own .demo .cont .text p a {
	font-weight: normal;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #585858;
}
.school-own .demo .cont .text p a:hover {
	text-decoration: underline;
}
.school-own .demo .cont .text li {
	line-height: 23px;
	padding-left: 35px;
	background-size: 25px !important;
	margin-top: 10px;
}
.school-own .demo .cont .text:first-child li {
	background: url(../images/school-own-left.png) no-repeat left 4px;
	line-height:25px;
}
.school-own .demo .cont .text:last-child li {
	background: url(../images/school-own-right.png) no-repeat left 4px;
	line-height:25px;
}
.school-own .demo .cont .text li p:first-child {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
}
.school-own .demo .cont .text li p:last{
	width: 80%;
	font-size: 12px;
	color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-own .demo .cont .text li p a {
	display: block;
	width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.school-own .demo .cont .text li p a:hover {
	color: #ff9d00;
}
.school-own .demo .cont .text li p span {
	font-size: 13px;
}

.hot-link a {
    display: block;
    float: left;
    margin: 0 8px 8px 0;
    background: #fff;
    padding: 5px 18px;
}
.hot-link a:hover {
    color: #fff;
    background: #ff9d00;
}


footer {
    border-top: 1px solid #e5eaf2;
}
.tjxxlg {width:98%; text-align: center;}
.clear{margin-top:7px;}
.zixungz {
	background: #f5f7f9;
	padding: 15px 10px;
	margin-top: 15px;
	font-size: 14px;
}
.zixungz>p {
	padding: 5px 0;
	font-weight: normal;
	font-size: 24px;
	color: #f9d000;
	text-align: center;
	background: url(../images/home_90.png) no-repeat 20% center;
}
.zixungz li {
	height: 20px;
	line-height:20px;
	margin-top:10px;
	width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.zixungz li a{
	margin-left:8px;

}
.zixungz li:before  {
	content: '◆';
	color: #828080;}
